home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
FromTheMag
/
JW FLV MEDIA PLAYER 4.2
/
mediaplayer.exe
/
player.swf
/
scripts
/
com
/
jeroenwijering
/
events
/
PlayerEvent.as
< prev
next >
Wrap
Text File
|
2008-11-04
|
361b
|
17 lines
package com.jeroenwijering.events
{
import flash.events.Event;
public class PlayerEvent extends Event
{
public static var READY:String = "READY";
public function PlayerEvent(param1:String, param2:Boolean = false, param3:Boolean = false)
{
super(param1,param2,param3);
}
}
}